Skip to content

Conversation

@satvshr
Copy link
Contributor

@satvshr satvshr commented Dec 25, 2025

Metadata

Details

  • What does this PR implement/fix? Explain your changes.
    This PR adds unit tests for the OpenML Extension interface and for extension registry behavior. The tests added are the 7 tests mentioned in [ENH] Extension Module Tests (or Examples?) #1545
  • Why is this change necessary? What is the problem it solves?
    Previously, only the non-abstract registry helpers (get_extension_by_model, get_extension_by_flow) were covered. The abstract Extension interface itself was not tested.

@codecov-commenter
Copy link

codecov-commenter commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.68%. Comparing base (bd8ae77) to head (dc48659).

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1560       +/-   ##
===========================================
- Coverage   79.14%   56.68%   -22.46%     
===========================================
  Files          36       36               
  Lines        4320     4320               
===========================================
- Hits         3419     2449      -970     
- Misses        901     1871      +970     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] Extension Module Tests (or Examples?)

3 participants